go/types.Checker.representable (method)

3 uses

	go/types (current package)
		const.go#L38: 		check.representable(x, under(x.typ).(*Basic))
		const.go#L239: func (check *Checker) representable(x *operand, typ *Basic) {
		expr.go#L627: 			check.representable(y, Typ[Uint])